Click or drag to resize

Contains Constructor (PropertyPath, Double, ContainmentMode, ContainmentComparison)

Initializes a new instance of the Contains class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Contains(
	PropertyPath propertyPath,
	double value,
	ContainmentMode mode,
	ContainmentComparison comparison
)

Parameters

propertyPath
Type: Independentsoft.ExchangePropertyPath
value
Type: SystemDouble
mode
Type: Independentsoft.ExchangeContainmentMode
comparison
Type: Independentsoft.ExchangeContainmentComparison
See Also